home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / irit70 / bin / os2drvs.cfg < prev    next >
Text File  |  1997-05-01  |  3KB  |  122 lines

  1.  
  2. ;Using os2 graphics library, you can set the location of the parent window
  3. ;of the view/trans. windows as 'x1, x2, y1, y2'
  4. ViewPrefPos    "230, 780, 120, 580"
  5.  
  6. ;Specifies the background color.
  7. BackGround    "63 63 63"
  8.  
  9. ;Sets the light source position as (X, Y, Z, W).
  10. ;W of 0.0 denotes a light source at infinity.
  11. ;Not really used in this device.
  12. LightSrcPos    "1.0, 2.0, 10.0, 0.0"
  13.  
  14. ;Name of command/program to execute every iteration of animation sequence.
  15. ExecAnimCmd    ""
  16.  
  17. ;Should hold Min,Max,Dt{,s} for automatic animation on startup.
  18. ExecAnimation    ""
  19.  
  20. ;If true, display INTERNAL edges (created by IRIT solid modeller) (option -i)
  21. ;Internal    TRUE
  22.  
  23. ;Draw vertices normals using NormalLength above if TRUE and vertex has
  24. ;normal attribute ([NORMAL X Y Z]).
  25. DrawVNormal    FALSE
  26.  
  27. ;Draw polygons normals using NormalLength above if TRUE and polygon has
  28. ;plane attribute ([PLANE A B C D]).
  29. DrawPNormal    FALSE
  30.  
  31. ;Do we want to be more talkative!?
  32. MoreVerbose    FALSE
  33.  
  34. ;If TRUE, enforce a unit matrix.
  35. UnitMatrix    FALSE
  36.  
  37. ;If TRUE polygons ware shared solid. Otherwise as wireframe.
  38. DrawSolid    FALSE
  39.  
  40. ;If TRUE back facing polygons will not be drawn.
  41. BFaceCull    FALSE
  42.  
  43. ;If TRUE double buffering will be used. Otherwise single buffer.
  44. DoubleBuffer    TRUE
  45.  
  46. ;Debug input stream by printing recieved object.
  47. DebugObjects    FALSE
  48.  
  49. ;Debug input stream by echoing input.
  50. DebugEchoInput    FALSE
  51.  
  52. ;Sets depth cue status to begin with - drawing of the lines with negative Z
  53. ; (depth) as dotted lines
  54. DepthCue    TRUE
  55.  
  56. ;If TRUE four polygons are formed from each bilinear
  57. ;in the solid rendering option. Otherwise two polygons.
  58. FourPerFlat    FALSE
  59.  
  60. ;If TRUE then surfaces control mesh and curves control polygon are drawn as
  61. ;well as the surfaces/curves themselves.
  62. DrawSurfaceMesh    FALSE
  63.  
  64. ;If TRUE then surfaces is subdivided into polygons which are drawn instead
  65. ;of isolines (if FALSE). NumOfIsolines control the fineness of the
  66. ;subdivision in this case.
  67. DrawSurfacePoly FALSE
  68.  
  69. ;Is this display device should be executed stand alone or as a display
  70. ;device for IRIT.
  71. StandAlone    TRUE
  72.  
  73. ;Number of isolines per surface. Should be at least 2.
  74. NumOfIsolines    10
  75.  
  76. ;Number of samples (equally spaced in parametric space) per curve.
  77. SamplesPerCurve    64
  78.  
  79. ;Line width of line drawings, in pixels.
  80. LineWidth    1
  81.  
  82. ;Methods of optimal subdivision of surfaces into polygons.
  83. ;If 0 surfaces are converted into polygons using a fixed grid. Otherwise,
  84. ;if 1 surfaces are adaptively converted into polygons by curvature. Otherwise,
  85. ;if 2 surfaces are adaptively converted into polygons by bilinears.
  86. PolygonOpti    0
  87.  
  88. ;Methods of optimal subdivision of curves into polylines.
  89. ;If 0 curves are sampled in equally spaced intervals.
  90. ;if 1 curves are sampled to minimize dist. between curve and polyline approx.
  91. PolylineOpti    0
  92.  
  93. ;Method of shading:
  94. ; 1. Flat shading
  95. ; 2. Gouraud shading
  96. ; 3. Phong shading
  97. ShadingModel    2
  98.  
  99. ;The transformation to begin with should be in:
  100. ; 1. Screen axes coordinate system
  101. ; 2. Object axes coordinate system
  102. TransMode    1
  103.  
  104. ;The viewing mode to begin with:
  105. ; 1. Perspective View
  106. ; 2. Orthographic view
  107. ViewMode    2
  108.  
  109. ;Vertices normal length. This number is divided by 1000 to form object space
  110. ;normal size scaler.
  111. NormalLength    100
  112.  
  113. ;Domain in Z for clipping.
  114. ZClipMin    -2.0
  115. ZClipMax    2.0
  116.  
  117. ;Sets default FineNess for subdivision of surfaces into polygons.
  118. FineNess    10
  119.  
  120. ;Sets the width of the cross drawn for point objects.
  121. PointWidth    0.02
  122.